﻿capital = 180
oob = "ZLS_1936"
recruit_character = ZLS_manuel_esteban
recruit_character = ZLS_nuno_carmona
recruit_character = ZLS_leopoldo_de_castro
recruit_character = ZLS_Óscar_ferreira
add_ideas = {
	Ogranichennaya_monarchy 
}
set_technology = {
	infantry_weapons = 1
	infantry_weapons1 = 1
	gw_artillery = 1
	tech_support = 1		
	tech_engineers = 1	
}
if = {
	limit = {
		not = { has_dlc = "Man the Guns" }
	}
	set_technology = {		
		early_destroyer = 1		
		transport = 1
	}
	set_naval_oob = "ZLS_1936navy"
}
if = {
	limit = {
		has_dlc = "Man the Guns"
	}
	set_technology = {		
		early_ship_hull_light = 1		
		basic_battery = 1
		basic_light_battery = 1		
		mtg_transport = 1		
	}
	set_naval_oob = "ZLS_1936mtg"
}
if = {
	limit = {
		has_dlc = "By Blood Alone"
	}	
	set_technology = {
		iw_small_airframe = 1
		aa_lmg = 1
		engines_1 = 1
		engines_2 = 1																		
		aircraft_construction = 1
		early_bombs = 1
		iw_medium_airframe = 1
		basic_small_airframe = 1
	}	
	else = {		
		set_technology = {
			early_fighter = 1
			naval_bomber1 = 1
			early_bomber = 1
			CAS1 = 1	
		}
	}
}


set_convoys = 75
set_politics = {		
	ruling_party = neutrality
	last_election = "1983.3.5"
	election_frequency = 48
	elections_allowed = no
}
set_popularities = {			
	fascism = 5
	communism = 30
	neutrality = 65
}

#############
if = {
	limit = {
		not = { has_dlc = "Man the Guns" }
	}
	create_equipment_variant = {
		name = "DD 1"
		type = destroyer_1
		upgrades = {
			ship_torpedo_upgrade = 1
			destroyer_engine_upgrade = 1
			ship_ASW_upgrade = 1
			ship_anti_air_upgrade = 1
		}
	}
}
if = {
	limit = { has_dlc = "Man the Guns"}
	create_equipment_variant = {
		name = "DD 1"	
		type = ship_hull_light_1
		parent_version = 0
		modules = {
			fixed_ship_battery_slot = ship_light_battery_1
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = empty
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = light_ship_engine_1
			fixed_ship_torpedo_slot = empty
			mid_1_custom_slot = empty
			rear_1_custom_slot = empty
		}		
	}
}


if = {
	limit = {
		has_dlc = "No Step Back"
	}
	create_equipment_variant = {
		name = "LT1"
		type = light_tank_chassis_0
		parent_version = 0
		modules = {
			main_armament_slot = tank_heavy_machine_gun
			turret_type_slot = tank_light_fixed_superstructure_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
		}
		upgrades = {
			tank_nsb_engine_upgrade = 1
			tank_nsb_armor_upgrade = 1
		}
		obsolete = yes
	}
	create_equipment_variant = {
		name = "LT2"
		type = light_tank_chassis_1
		parent_version = 0
		modules = {
			main_armament_slot = tank_small_cannon_2
			turret_type_slot = tank_light_two_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_1 = tank_radio_1
		}
		upgrades = {
			tank_nsb_engine_upgrade = 2
			tank_nsb_armor_upgrade = 2
		}
	}	
}
 
